Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use setuptools #25

Merged
merged 3 commits into from
Jan 28, 2021
Merged

use setuptools #25

merged 3 commits into from
Jan 28, 2021

Conversation

multimeric
Copy link
Contributor

The current setup.py doesn't actually install its requirements, because it uses the out of date distutils specification rather than setuptools. To be honest setup.py is being replaced by setup.cfg anyway, but I figured I might as well make this small improvement in the meantime

@hildensia
Copy link
Owner

hildensia commented Jan 27, 2021 via email

version=bayesian_changepoint_detection.__version__,
description='Some Bayesian changepoint detection algorithms',
author='Johannes Kulick',
author_email='johannes.kulick@ipvs.uni-stuttgart.de',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are updating it here anyway, can you change this to mail@johanneskulick.net, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am happy to do this, but you've already merged. Or do you mean when I update to setup.cfg?

@hildensia hildensia merged commit aebb390 into hildensia:master Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants